home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Newswatcher 2.0b22 / NW Source / Source / drawutil.h < prev    next >
Encoding:
Text File  |  1994-07-18  |  693 b   |  16 lines  |  [TEXT/MMCC]

  1. Boolean HasColorQD (void);
  2. void SetPortTextStyle (TextStyle *style);
  3. void GetPortTextStyle (TextStyle *style);
  4. void DrawGrayRect (Rect *r);
  5. void DrawGrayRoundRect (Rect *r, short ovalWidth, short ovalHeight);
  6. void DrawColorPict (short colorID, short bwID, Rect *r);
  7. void FillColorPoly (PolyHandle poly, RGBColor *color, ConstPatternParam pat);
  8. void ComplementRgn (RgnHandle rgn);
  9. void LocalToGlobalRect (Rect *r);
  10. void GlobalToLocalRect (Rect *r);
  11. void LocalToGlobalRgn (RgnHandle rgn);
  12. void GlobalToLocalRgn (RgnHandle rgn);
  13. Boolean GetFontNumber (Str255 fontName, short *fontNum);
  14. short GetFontLineHeight (WindowPtr wind);
  15. void OutlineRegion (RgnHandle theRgn);
  16. void drawutil_InitUPP (void);